home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_01 / 1101106b < prev    next >
Text File  |  1995-11-01  |  189b  |  8 lines

  1. #include "example.h"
  2. ...
  3. message_file = catopen("example.cat", 0);
  4. printf("%s", catgets(message_file, SOME_STRINGS,  
  5.      FIRST_STRING, "I can't find it");
  6. catclose(message_file);
  7.  
  8.